

.DPHeaderFrame
{
	background: url("header_bg.jpg") repeat-x;
	padding:0px;
	margin:0px;
	height:78px;
	overflow:hidden;
	border-color:#a1a1a1;
	border-style:solid;
	border-width:1px;

}
.DPHeaderLeft
{
	background: url("header_bg_left.jpg") top left no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.DPHeaderRight
{
	background: url("header_bg_right.jpg") top right no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.DPHeaderCenter
{
	background: url("header_bg_mid.jpg") top center no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}



/** Layout Graphics and Navigation**/

.smcPlBlueHeaderBar {
	background: url("pl_blue_bar.png") repeat-x;
}

.smcPlBlueHeaderShadow {
	background: url("pl_blue_shadow.png") repeat-x;
}

.smcPlBlueContent
{
	background: url("pl_blue_bg.png") repeat-x top left;
	height: 578px;
	
}


.smcPlBlueContentText ul li a:link
{
	color: #ccffff;
}

.smcPlBlueContentText ul li a:visited
{
	color: #ccffff;

}

.smcPlBlueContentText ul li a:hover
{
	color: #ccffff;

}

.smcContentBlueTextHeader,
a.smcContentBlueTextHeader:link,
a.smcContentBlueTextHeader:hover,
a.smcContentBlueTextHeader:visited,
a.smcContentBlueTextHeader:active
{
	color: #ccffff;
}

a.smcContentBlueTextHeader:hover
{
	text-decoration: underline;
}



/** Basic Content Styles **/

h3 {
	color: #dd0000;
	border-bottom: 1px solid #dddddd;
	font-size: 19px;
	font-weight: bold;
}

h4 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

a:link, a:visited
{
	color: #dd0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #dd0000;
	text-decoration:underline;
	font-weight: bold;
}





/** Content Portlet **/


.smcCsContentFrame
{	
	border-top: 7px solid #cccccc;
	border-bottom: 7px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 10px;
	background:#ffffff;
	
}

img.border 
{	
	border: solid 1px #888888;
}

img.imgright
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

img.imgleft
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


body {
	background:#FFF;
	padding:20px;
	color:#000;
	font-size:12px;	
	font-family:'helvetica neue',helvetica,sans-serif;
}

h1 {
	letter-spacing:3px;
	text-transform:uppercase;
	font-size:1.2em;
	margin:10px 0;
}

#main {
	width:810px;
	margin:0 auto;
}

#images {
	display:none;	
}

.panel {
	float:right;	
}

ul.exposureThumbs {
	background:#000033;
	border:6px solid #000033;
	border-right:none;
	padding:0;
	margin:0;
	list-style-type:none;
	height:440px;
	width:98px;
}

ul.exposureThumbs li {
	margin:0 0 6px 0;
	padding:0;
	text-align:center;
	display:none;
}

ul.exposureThumbs li img {
	cursor:pointer;
}

ul.exposureThumbs li.last {
	margin:0;	
}

.exposureTarget {
	width:690px;
	height:460px;
	background-color:#000033;	
	background-image:url(/Attachments/parks/Images/Marina/res/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:right;	
	padding:0;
	margin:0;
	border:6px solid #000033;
	position:relative;
	overflow:hidden; 
}

.exposureWrapper {
	position:absolute; 
	top:0; 
	left:0;
}

.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}

.exposureLoaded {
	background-image:none;	
}

.exposureData {
	position:absolute;
 	left:0;
 	right:0;
 	bottom:-2000px;
	height:40px;
	padding:7px;
	background-image:url(/Attachments/parks/Images/Marina/res/veil.png);
	color:#fff;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	display:none;
}

/* In this demo we are using thumbs with fixed size */
ul.exposureThumbs li {
	width:90px;
	height:60px;
}

.exposureSlideshowControls a,
.exposureControls span,
.exposureControls a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	background-color:#555;
	display:block;
	float:left;
}

.exposureSlideshowControls a {
	float:right;	
}

.exposureSlideshowControls a,
.exposureControls a {
	color:#ccc;
	text-decoration:none;
	outline:none;
}

.exposureSlideshowControls a:visited,
.exposureControls a:visited {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ccc;
	padding:5px;
	background-color:#555;
	display:block;

}

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover,
.exposureControls a:active,
.exposureControls a:hover {
	background-color:#444;
	color:#ddd;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	display:block;

}

.exposurePaging .active {
	color:#fff;
	background-color:#111;	
}

.clear {
	clear:both;	
}

p.info {
	margin:40px auto;
	text-align:center;	
	width:600px;
}

p.info a {
	color:#006fc0;	
}

p.info a:hover, p.info a:active {
	color:#0084e7;	
}

